home *** CD-ROM | disk | FTP | other *** search
- object InsertURLBox: TInsertURLBox
- Left = 133
- Top = 132
- BorderStyle = bsDialog
- Caption = 'Link to URL'
- ClientHeight = 164
- ClientWidth = 405
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object Label1: TLabel
- Left = 14
- Top = 12
- Width = 224
- Height = 13
- Caption = 'Enter URL (Uniform Resource Locator):'
- end
- object Label2: TLabel
- Left = 4
- Top = 76
- Width = 58
- Height = 13
- Caption = 'URL type:'
- end
- object Label3: TLabel
- Left = 31
- Top = 105
- Width = 31
- Height = 13
- Caption = 'Host:'
- end
- object Label4: TLabel
- Left = 37
- Top = 132
- Width = 25
- Height = 13
- Caption = 'File:'
- end
- object URLCombo: TComboBox
- Left = 12
- Top = 29
- Width = 381
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- end
- object OkButton: TBitBtn
- Left = 316
- Top = 67
- Width = 77
- Height = 27
- TabOrder = 5
- OnClick = OkButtonClick
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 316
- Top = 97
- Width = 77
- Height = 27
- TabOrder = 6
- Kind = bkCancel
- end
- object URLTypesCombo: TComboBox
- Left = 64
- Top = 73
- Width = 81
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'http://'
- 'ftp://'
- 'file://'
- 'gopher://'
- 'news:'
- 'telnet://')
- TabOrder = 1
- OnChange = URLTypesComboChange
- end
- object BrowseBtn: TBitBtn
- Left = 227
- Top = 127
- Width = 77
- Height = 25
- Caption = '&Browse'
- TabOrder = 4
- OnClick = BrowseBtnClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555555555555555555555555555555555555555555555555555555555
- 555555555555555555555555555555555555555FFFFFFFFFF555550000000000
- 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
- B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
- 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
- 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
- 55555575FFF75555555555700007555555555557777555555555555555555555
- 55555555555555555555555555555555555555555555555555550000}
- NumGlyphs = 2
- end
- object HostCombo: TComboBox
- Left = 63
- Top = 101
- Width = 240
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- OnChange = HostComboChange
- end
- object FileEdit: TEdit
- Left = 64
- Top = 129
- Width = 157
- Height = 20
- TabOrder = 3
- OnChange = FileEditChange
- end
- object Panel1: TPanel
- Left = 8
- Top = 60
- Width = 390
- Height = 2
- BevelInner = bvLowered
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 7
- end
- object BitBtn1: TBitBtn
- Left = 316
- Top = 127
- Width = 77
- Height = 27
- TabOrder = 8
- OnClick = BitBtn1Click
- Kind = bkHelp
- end
- object IncludeLocalPathCheck: TCheckBox
- Left = 156
- Top = 74
- Width = 139
- Height = 17
- Caption = 'Include Local Path'
- TabOrder = 9
- end
- end
-